Micron Document
🎖️GitЯра🎖️

Commit b38b918702ecf1bc57b202cca0820a1c88beecb1


Parents : 2f38736
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-08-13T15:47:08Z
Committer : GitHub <noreply@github.com>
Date : 2026-08-13T15:47:08Z

ci: run the workflow status gates on ubuntu-slim (#6674)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>

Changes

2 files changed, 6 insertions(+), 2 deletions(-)


Diff

diff --git a/.github/workflows/merge-queue.yml b/.github/workflows/merge-queue.yml
index e278403c62..0e6692ed42 100644
--- a/.github/workflows/merge-queue.yml
+++ b/.github/workflows/merge-queue.yml
@@ -94,9 +94,11 @@ jobs:
upload_artifacts: false
secrets: inherit
+ # Pure gate job: no checkout, no toolchain, just reads `needs` results. ubuntu-slim is a
+ # container-backed single-CPU runner that starts faster than a VM (15-min job cap, x64 only).
check-workflow-status:
name: Check Workflow Status
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-slim
timeout-minutes: 5
permissions: {}
needs:

diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index bdc3ecce29..bd462f1542 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -248,9 +248,11 @@ jobs:
secrets: inherit
# 3. WORKFLOW STATUS: Ensures required checks are satisfied
+ # Pure gate job: no checkout, no toolchain, just reads `needs` results. ubuntu-slim is a
+ # container-backed single-CPU runner that starts faster than a VM (15-min job cap, x64 only).
check-workflow-status:
name: Check Workflow Status
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-slim
timeout-minutes: 5
permissions: {}
needs: [check-changes, check-metadata, validate-and-build]

Served by rngit 1.5.0 - Generated in 0.08s